home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / crusade_.swf / scripts / frame_6 / DoAction.as
Text File  |  2010-11-09  |  93b  |  7 lines

  1. stop();
  2. next_btn.onRelease = function()
  3. {
  4.    gotoAndStop("char_select");
  5.    play();
  6. };
  7.